home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 326-350 / disk_329 / cpu / readme < prev    next >
Text File  |  1992-05-06  |  1KB  |  27 lines

  1. Here are two versions of the same utility, both provided for completeness.
  2. The C version was written from the assembler version, and so, from there,
  3. takes its form.  The assembler version is only 40 bytes (15%) smaller than
  4. the C version.  Doesn't seem quite worth it somehow.  The assembler
  5. version is pretty straightforward: compile it and link it; the C version,
  6. however, does not link with anything else - it is a standalone utility
  7. written in C.  I enjoy writing ultra-small C code, because my
  8. background is in assembler: I detest the wastage of the C run-time library.
  9. Additional enlightening comments may be found in the headers of the source
  10. files.
  11.  
  12. As the copyright notice says, this is not public domain (heck, it's not even
  13. an example of "good coding"), but it is freely redistributable.  Please feel
  14. free to give this away, but don't sell it.  You may also include this program
  15. in collections which charge a reasonable fee for media and copying charge.
  16.  
  17. Share and enjoy,
  18.  
  19. -ethan
  20.  
  21. erd@tut.cis.ohio-state.EDU  (until 31 March 1990)
  22.  
  23. or
  24.  
  25. cis.ohio-state.EDU!kumiss!erd  (anytime)
  26.  
  27.